home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / synprint.zip / README.TXT next >
Text File  |  1997-07-11  |  798b  |  32 lines

  1. C/C++ Syntax Printer for HP printers
  2. Written by John Mackay
  3. Freeware, version 1.0
  4.  
  5. I have written this program to facilitate the reading of C/C++ programs.
  6. You should probably copy it into the same directory as your compiler.
  7.  
  8. Disclaimer
  9. ----------
  10.  
  11. The standard disclaimer applies, namely, if your system stops working /
  12. blows up / catches fire / melts etc. DON'T BLAME ME!
  13.  
  14. Usage
  15. -----
  16.  
  17. To use the program, type: 
  18.  
  19. SYNPRINT filename
  20.  
  21. The program only works for Hewlett Packard PCL compatible printers, which
  22. as far as I know, includes all HP printers.  Features are:
  23.  
  24. Keywords and preprocessor directives are highlighted in bold
  25. Symbols are highlighted in bold
  26. Code is printed in Courier font
  27. Comments are printed in Times font
  28.  
  29. Happy syntax printing!
  30. John Mackay
  31.  
  32.